home *** CD-ROM | disk | FTP | other *** search
-
- Resident Module Launcher 1.2
-
- (c) 1994 Martin Mares, MJSoft System Software
-
- ================================================================================
-
-
- Preface
- =======
-
- AddModule is able to install resident modules to KickTag and KickMem lists,
- which makes them reset-proof. It requires Kickstart 2.04 or higher and the
- ss.library version 5.0 (can be easily found on the AmiNet in archive
- SSLib50.lha).
-
- See README for copyright and other information.
-
- There also exists a complete distribution of AddModule (at least inside
- NewAlertHook archive), which contains also full source code of the utility.
-
-
- Usage
- =====
-
- Syntax: AddModule <ModuleName> [CLASS <class>] [PRI <pri>] [INIT]
-
- ModuleName - name of resident module you want to install
- class - module class 0-127 (see exec/resident.i). The seventh bit cannot
- be overriden
- pri - module priority -128-127
-
- You may also try to install usual libraries and devices as resident modules.
- In this case, specify CLASS 4 and PRI -128. If some library uses some other,
- try to arrange the priorities in the appropriate order. The ss.library can be
- installed in this way.
-
- If the module is already present in the same or higher version and with the
- same or higher priority, it's not installed again.
-
- AddModule is pure and can be made resident.
-
-
- Notes
- =====
-
- Send comments, suggestions and bug reports to mj@k332.feld.cvut.cz
-
-